home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / mac / prv-f.dxr / end screen_5.ls < prev    next >
Encoding:
Text File  |  2002-01-10  |  132 b   |  10 lines

  1. on exitFrame me
  2.   cursor(-1)
  3.   if the timer > 600 then
  4.     startTimer()
  5.     go(the frame + 1)
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.